home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / net_analyzer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.2 KB  |  42 lines

  1. /*****************************************************************************
  2.   FILE           : net_analyzer.h
  3.   SHORTNAME      : net_analyzer.c
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header file for corresponding '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tobias Soyez
  10.   DATE           : 09.11.1993
  11.  
  12.   CHANGED BY     : 
  13.   IDENTIFICATION : @(#)net_analyzer.h    1.2 3/2/94
  14.   SCCS VERSION   : 1.2 
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _NET_ANALYZER_DEFINED_
  23. #define _NET_ANALYZER_DEFINED_
  24.  
  25.  
  26. extern void NA_OpenNetworkAnalyzer   (Widget w, XtPointer client_data,
  27.                                                 XtPointer call_data) ;
  28. extern Bool NA_NetworkAnalyzerIsOpen (void) ;
  29. extern void NA_DrawNextPoint         (void) ;
  30. extern Bool NA_ContinueTest          (void) ;
  31. extern void NA_StopTest              (void) ;
  32.  
  33.  
  34. #endif
  35.  
  36.  
  37. /*****************************************************************************
  38.                            E N D   O F   F I L E
  39. ******************************************************************************/
  40.  
  41.  
  42.